summaryrefslogtreecommitdiffstats
path: root/src/pages/blog/page/[number].tsx
Commit message (Collapse)AuthorAgeFilesLines
* refactor(types): move and rename GraphQL typesArmand Philippot2022-08-201-1/+1
| | | | | | | The api file in services was not really readable. So I move the types and I also rewrite a little the fetch function. I also rename most of the type to avoid conflict with preexisting types (like Node) and to keep consistency.
* chore: add a search form when posts list prints no resultsArmand Philippot2022-05-241-0/+1
|
* fix: ensure all topics/thematics have the base urlArmand Philippot2022-05-231-4/+4
|
* refactor(schema): use helpers function to avoid repeat between pagesArmand Philippot2022-05-231-32/+17
|
* refactor: reduce the number of data transformationArmand Philippot2022-05-231-63/+3
|
* chore: handle blog pagination when JS is disabledArmand Philippot2022-05-201-0/+311